* data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
authorChong Yidong <cyd@stupidchicken.com>
Sat, 21 Feb 2009 13:38:16 +0000 (13:38 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 21 Feb 2009 13:38:16 +0000 (13:38 +0000)
Qfont_object.
(Ftype_of): Recognize font objects.

* lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.

* font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
moved to data.c.

src/ChangeLog

index e3099ce3addf5cddae996baf960cf9efce71c533..b96374be64c6a9fdfcf9018afc3d45d2158d22cd 100644 (file)
@@ -1,3 +1,14 @@
+2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
+       Qfont_object.
+       (Ftype_of): Recognize font objects.
+
+       * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
+
+       * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
+       moved to data.c.
+
 2009-02-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
        * nsterm.m (x_make_frame_invisible): Unset async_visible,